ISCPropertyValue::Value Arguments
Here is the signature for the Value function:
VARIANT Value(VARIANT ValueType)
The following table contains the valid arguments for the Value function:
Parameter |
Valid Type/Value |
Description |
---|---|---|
ValueType [optional] |
VT_I4 � SCVT_DEFAULT |
Identifies a request for the property value in native format. |
ValueType [optional] |
VT_I4 � SCVT_BSTR |
Identifies a request for the string conversion for the property value. |
ValueType [optional] |
VT_I4 � Type of property |
Identifies a target for type conversion. |
ValueType [optional] |
Empty |
Defaults to SCVT_DEFAULT. |
Copyright © 2025 Quest Software, Inc. |